home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / book34.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  1.2 KB  |  52 lines

  1. on exitFrame
  2.   if rollOver(8) then
  3.     puppetSprite(8, 1)
  4.     set the castNum of sprite 8 to cast "b070.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 8 to cast "b070"
  8.     updateStage()
  9.   end if
  10.   if rollOver(12) then
  11.     puppetSprite(12, 1)
  12.     set the castNum of sprite 12 to cast "b064.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 12 to cast "b064"
  16.     updateStage()
  17.   end if
  18.   if rollOver(13) then
  19.     puppetSprite(13, 1)
  20.     set the castNum of sprite 13 to cast "b065.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 13 to cast "b065"
  24.     updateStage()
  25.   end if
  26.   if rollOver(15) then
  27.     puppetSprite(15, 1)
  28.     set the castNum of sprite 15 to cast "b067.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 15 to cast "b067"
  32.     updateStage()
  33.   end if
  34.   if rollOver(16) then
  35.     puppetSprite(16, 1)
  36.     set the castNum of sprite 16 to cast "b068.roll"
  37.     updateStage()
  38.   else
  39.     set the castNum of sprite 16 to cast "b068"
  40.     updateStage()
  41.   end if
  42.   if rollOver(17) then
  43.     puppetSprite(17, 1)
  44.     set the castNum of sprite 17 to cast "b069.roll"
  45.     updateStage()
  46.   else
  47.     set the castNum of sprite 17 to cast "b069"
  48.     updateStage()
  49.   end if
  50.   mainMenuRollovers()
  51. end
  52.